home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Directorty Opus 5 - Magellan 2
/
Opus 5 - Magellan 2.iso
/
Extras
/
TwinOpus2
/
REXX
/
DOpus
/
StopTwinHandler.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1994-10-13
|
357b
|
15 lines
/*
*
* Stop the handler which deals with the Double-click.
*
* (c) 1994 by K.P. van Beem (2:280/464.2, patrick.van.beem@aobh.xs4all.nl)
*
* Based on the DOpusLhaARexx package by Geoff Seeley (but you can better
* use GuiArc in stead of DOpus and a script, to deal with archives)
*
*/
if show('p', 'TWIN.1') then do
address 'TWIN.1' 'CLOSE'
end